home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 6 / LIGHT-ROM 6.iso / demos / polytran / nugraf / disk6 / data.6 / VCPLUGIN / imp_flt.rti < prev    next >
Encoding:
Text File  |  1997-09-29  |  964 b   |  27 lines

  1. #
  2. # OpenFlight geometry import DLL runtime information.
  3. #
  4. # DO NOT MODIFY THIS FILE! Doing so will make the DLL inoperable.
  5. #
  6.  
  7. # What type of plug-in this is (ie: geometry import, geometry export)
  8. Plugin_Type                     = GeometryImport
  9.  
  10. # Which API version this plug-in adhears to (1, 2, etc)
  11. Adhears_To_Plugin_Version       = 1
  12.  
  13. # 1 = has an options dialog box, 0 = no options dialog box
  14. Has_Options_Dialog_Box          = 1
  15.  
  16. # 1 = has an "About" dialog box, 0 = no about dialog box
  17. Has_About_Dialog_Box            = 1
  18.  
  19. # An ASCII descriptive name for this plug-in (ie: used in the context of 'error loading "3D Studio" plug-in')
  20. Plugin_Descriptive_Name         = "OpenFlight"
  21.  
  22. # An ASCII string added to the plug-ins main execution menu
  23. Menu_Description                = "OpenFlight .flt"
  24.  
  25. # The filter specification used for the Windows File-Open dialog box
  26. FileOpen_Filter_Spec            = "OpenFlight Files (*.flt)|*.flt|"
  27.